.assign-document-table>tbody>tr>td {
  padding: 10px;
  border-top: 1px solid #dedede;
  vertical-align: middle;
}

#document-count .label {
  font-size: 13px !important;
  padding: 2px 5px !important;
}

#overlay {
  /*display:none; */
  position: absolute;
  background: #fff;
  z-index: 1;
}

#img-load {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
}


.tr-click {
  background-color: #B0BED9;
}

.top-menu .btn.btn-xs {
  padding: 7px 14px !important;
  color: black;
}

.close {
  opacity: 1;
  background-color: #f0f0f0 !important;
}

.modal-pagination {
  text-align: center;

}

#document-add {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%
}


hr.form-header {
  margin-top: 5px;
  margin-bottom: 10px !important;
  border-top: 2px solid #8BC34A;

}

.custom-page-header {
  padding: 0px 10px;
  font-weight: bold;

}

fieldset {
  /* margin: 0 0 8px; */
  /* border: 2px solid #4a4747; */
  padding: 8px;
  border-radius: 4px;

}

legend {
  padding: 2px;

}

.filter-area {

  padding: 5px 10px;
}

form .form-group {
  font-size: 1rem;
}

fieldset h6 {
  font-size: 14px;
}

fieldset label {
  font-size: 13px;
}


.blur-filter {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(0.6px);
}

.loaderImg {
  margin: 20px auto !important;
  display: none;

}


thead.bg-primary tr th {
  color: white;
  font-weight: bold;
  padding: 8px !important;
  font-size: 10px;
  text-align: left;
  background-color: rgb(33 150 243) !important;
}



#custom-grid.table tr:hover {
  cursor: pointer;
}

.loading {
  position: absolute;
  display: none;
  top: 50%;
  left: 45%;

  border: 1px solid #5c9ccc;
  padding: 2px;
  background-color: #5c9ccc;
  color: #ffffff;
  opacity: 0.90;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 150px;
  height: 75px;
  text-align: center;
  z-index: 100000;
}

.content-header>.breadcrumb {
  position: relative;
  margin-top: 5px;
  top: 0;
  right: 0;
  float: none;
  background: #d2d6de;
  padding-left: 10px;



}

.list-child {
  padding-left: 45px;
  border-top: 1px solid green;
  padding-top: 10px;
  margin: 10px 0;
  background: white;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.list-inline.list-child li {
  margin-right: 15px;
}

/*panel css*/
.panel-heading {

  padding: 5px 15px 15px 15px;

}


/*panel css ends*/




/*  css for the table grid*/

/*	strong {
  font-weight: bold; 
}

em {
  font-style: italic; 
}

table {
  background: #f5f5f5;
  border-collapse: separate;
  box-shadow: inset 0 1px 0 #fff;
  font-size: 13px;
  line-height: 24px;
  margin: 30px auto;
  text-align: left;
  width: 800px;
} 

th {
  background: url(https://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient(#777, #444);
  border-left: 1px solid #555;
  border-right: 1px solid #777;
  border-top: 1px solid #555;
  border-bottom: 1px solid #333;
  box-shadow: inset 0 1px 0 #999;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  text-shadow: 0 1px 0 #000;  
}

th:after {
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
  content: '';
  display: block;
  height: 25%;
  left: 0;
  margin: 1px 0 0 0;
  position: absolute;
  top: 25%;
  width: 100%;
}

th:first-child {
  border-left: 1px solid #777;  
  box-shadow: inset 1px 1px 0 #999;
}

th:last-child {
  box-shadow: inset -1px 1px 0 #999;
}

td {
  border-right: 1px solid #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 15px;
  position: relative;
  transition: all 300ms;
}

td:first-child {
  box-shadow: inset 1px 0 0 #fff;
} 

td:last-child {
  border-right: 1px solid #e8e8e8;
  box-shadow: inset -1px 0 0 #fff;
} 

/*tr {
  background: url(https://jackrugile.com/images/misc/noise-diagonal.png); 
}

tr:nth-child(odd) td {
  background: #f1f1f1 url(https://jackrugile.com/images/misc/noise-diagonal.png); 
}*/



/*  css for the table grid ends*/

/*tree*/

.tree-left {

  border: 1px solid black;
  max-height: 500px;
  overflow: scroll;
}



td.td-span-block span.label {
  display: inline-block;
}

/* css for ajaxloadDocuments*/
.tt-area {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 15px;
  /*overflow: hidden;*/
}

.file-tt {
  float: left;
  width: 100%;
}

.btnsmall {
  padding: 4px;
  line-height: 1;
}

.f-drop {
  float: right;
  width: 10%;
  margin-left: 3%;
}

.file-f {
  float: left;
  width: 87%;
  overflow: hidden;
}

.img-holder {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 5px;
}

/* css for ajaxloadDocuments end*/




.card-view.panel>.panel-heading {
  margin: 0;
}

.panel.panel-default.card-view {
  padding: 0;
  margin: 0;
}

.row.filter-area {
  margin-bottom: 10px;
}

/* .filter-area .form-control,
.filter-area select.form-control {
  padding: 5px;
  height: 30px;
  background: #ccc;
  border-radius: 5px;
} */


label.filter-title {
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

/*.card-view.panel.panel-default > .panel-heading {
    background: #2a3e4c;
    color: #fff;
}
.panel-heading .txt-dark {
    color: #ffffff !important;
}*/
.heading-bg {
  height: 67px;
  margin: 0 -20px 10px;
  padding: 0 0;
}

.card-view.panel.panel-default>.panel-heading {
  background: #e7e7ff;
  margin: 0;
  padding: 10px 10px;
}

.document-comments {
  font-size: 12px;
  word-break: break-all;
}

.comment-textarea {

  font-size: 12px;
  /*word-break: break-all;*/
}

.document-comment-show hr {
  margin-bottom: 10px;
}

.document-comment-show {
  margin-top: 10px;
}

.label {

  padding: 2px 9px 2px !important;
  font-size: 10px !important;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

/*   -----------------datatable css ------------*/

table.dataTable thead {
  background-color: rgb(1 111 199 / 20%) !important;
  color: #005ab4;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 12px !important;
  line-height: 1;
}

table.dataTable td {
  font-size: 11px;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
  color: #4f4d4d;
  padding: 7px 13px !important;
}

table.dataTable th {
  font-size: 12px !important;
  text-align: left;

}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
  display: block;
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
}

div.dataTables_info,
.dataTables_length {
  float: left;
  margin-bottom: 14px;
}

.dataTables_length {
  margin-bottom: 0;
}

div.dataTables_paginate,
.dataTables_filter {
  float: right;
}

a.paginate_button {
  padding: 5px 8px !important;
  /*background: #2e6da4;*/
  margin-right: 3px;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

a.paginate_button.disabled {
  background-color: #ccc;
}

a.paginate_button.current {
  background: #ccc;
}

a:hover {
  text-decoration: none;

}

.dataTables_length .select2 {
  /*display: inline-table;*/
  float: left !Important;

}

/*   -----------------datatable css ending------------*/

/*   -----------------jstree css ------------*/

.jstree {
  font-size: 13px;
}






/*   -----------------jstree css ending ------------*/




/* .select2-container {
  z-index: 99999;
} */

.select2-container--default .select2-selection__arrow {
  height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
  line-height: 32px !important;
  ;
  height: 33px !important;
  border-radius: 5px;
}

/* input.form-control,
select.form-control {
  height: 37px;
  border-radius: 5px;
} */

.modal-contents .card-view.panel.panel-default>.panel-heading {
  background: rgb(74, 128, 195);
  color: white;
}

.modal-contents .txt-dark {
  color: white !important;
}

.control-label.mb-10 {
  margin-bottom: 2px !important;
  font-weight: bold;
}

.form-group {
  margin-bottom: 1rem;
}

.modal-contents .card-view.panel .panel-body {
  padding: 20px 0 20px;
  float: left;
  height: 100%;
  background: #f0f0f0;
  width: 100%;
}

button.close {

  padding: 0px 10px;
}


/*..............level color coding ............*/

.jstree-level1 {
  color: #164a9b !important;
}

.jstree-level2 {
  color: #fe9f00 !important;
}

.jstree-level3 {
  color: green !important;
}

.jstree-level4 {
  color: blue !important;
}

.jstree-level5 {
  color: black !important;
}

span.pull-right.legends li {
  font-size: 12px;
}

.level-one:before,
.level-two:before,
.level-three:before,
.level-four:before {
  content: "";
  height: 8px;
  width: 8px;
  background: #0087f2 !important;
  float: left;
  border-radius: 100%;
  margin-top: 4.1px;
  margin-right: 2.7px;
}

.level-two:before {
  background: #fe9f00;
}

.level-three:before {
  background: green;
}

.level-four:before {
  background: blue;
}

.jstree-anchor{
  font-weight: 500;
}

.jstree-default .jstree-hovered{
  background-color: #fff !important;
}

.document-approval-state:before,
.document-pending-state:before,
.document-recheck-state:before,
.document-further-review-state:before {
  content: "";
  height: 12px;
  width: 12px;
  background: #89ec15;
  float: left;
  border-radius: 100%;
  margin-top: 2px;
  margin-right: 3px;
}



.document-pending-state:before {
  background: #59eae3;
}

.document-recheck-state:before {
  background: #f0ab9b;
}


.document-further-review-state:before {
  background: #f3903c;
}

.darta-unread-state:before {
  background: #59eae3;
}

.darta-read-state:before {
  background: #f0ab9b;
}


.darta-approved-state:before {
  background: #8ec277;
}



.darta-approved-state:before,
.darta-unread-state:before,
.darta-read-state:before,
.document-further-review-state:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #89ec15;
  float: left;
  border: 1px solid #d6d6d6;
  border-radius: 100%;
  margin-top: 3.5px;
  margin-right: 3px;
}


.darta-unread-state:before {
  background: #7dc3fa;
}

.darta-read-state:before {
  background: #ffffff;
}


.darta-approved-state:before {
  background: #8ec277;
}

/*..............level color coding ends............*/

ul.permissions {

  font-size: 13px;
}

.jconfirm-title-c {

  color: red;
  font-size: 17px;
}

.top-menu li.active a.btn-sm {
  background: rgb(33 150 243) !important;
  color: #fff;
}


/*tag cloud*/

.tagcloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tagcloud ul li {
  display: inline-block;
  margin: 0 0 .3em 1em;
  padding: 0;
}

.tagcloud ul li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #3498db;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.tagcloud ul li a::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #3498db transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.tagcloud ul li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}

.tagcloud ul li span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tagcloud ul li a:hover {
  background-color: #555;
  color: #fff;
}

.tagcloud ul li a:hover::before {
  border-right-color: #555;
}

/*tag cloud ends*/

/*...........card view for document group..........*/

.card {
  margin-bottom: 25px;
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
  /* min-height: 220px; */
}

.card img {
  object-fit: scale-down;
  height: 152px;
  width: 100%;
  /* background: rgba(222, 222, 222, 0.3215686274509804); */
  padding: 4px;
  margin-bottom: -6px;
}

h4.card-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  height: 33px;
  overflow: hidden;
  word-break: break-all;
}


/*...........card view for document groupends..........*/

/*.ui-datepicker .ui-datepicker-next span:hover{

     display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    background-color: red;
}*/


/*............toggle nav css*............ */

@media (max-width: 1400px) {
  .slide-nav-toggle .page-wrapper {
    margin-left: 0;
    left: 200px;
    margin-right: 1px;
    /* right: 134px; */
    /* margin: auto; */
    margin-right: 170px;
  }
}




.select2-container--default .select2-selection--single {
  border: 1px solid #d9dee3 !important;
}

.select2-container{
  width: 100% !important;
}
